AWS Lambda Layers Q&A | Serverless

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024
  • НаукаНаука

Комментарии • 6

  • @VideoAware
    @VideoAware 4 года назад +1

    Thank you, Marcia - your Q&A was very helpful. My Layer and application are now separate services. The layer contains custom JavaScript as well as publicly install-able packages. Thanks again!

  • @codenjourney6656
    @codenjourney6656 4 года назад +1

    You show complicated things like there are piece of cake. Amazing to learn new concepts quickly from your videos

  • @unautrejoureneurope
    @unautrejoureneurope 5 лет назад

    A little trick I used was to add a package.json file to the layer subfolder (where we install the packages).
    I then added it as a dev dependency. This way we don't have to add each package manually. It works locally and won't remotely (if dev dependencies are excluded).

    • @renatofranze2026
      @renatofranze2026 5 лет назад

      Can you give any example on how did you do this? Thanks!

  • @HossamAyman
    @HossamAyman 5 лет назад

    Great !
    I have a question how I can integrate aws lex with uberEats api or gruphup api